home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19960209-19960425 / 000124_news@columbia.edu _Sat Mar 2 16:29:21 1996.msg < prev    next >
Internet Message Format  |  2020-01-01  |  1KB

  1. Return-Path: news@columbia.edu
  2. Received: from apakabar.cc.columbia.edu (apakabar.cc.columbia.edu [128.59.35.159]) by watsun.cc.columbia.edu (8.7.3/8.7.3) with ESMTP id QAA04387 for <kermit.misc@watsun>; Sat, 2 Mar 1996 16:29:19 -0500 (EST)
  3. Received: (from news@localhost) by apakabar.cc.columbia.edu (8.7.3/8.7.3) id QAA15263 for kermit.misc@watsun; Sat, 2 Mar 1996 16:29:16 -0500 (EST)
  4. Path: news.columbia.edu!panix!bloom-beacon.mit.edu!gatech!newsfeed.internetmci.com!howland.reston.ans.net!agate!dog.ee.lbl.gov!news.cs.utah.edu!cc.usu.edu!jrd
  5. From: jrd@cc.usu.edu (Joe Doupnik)
  6. Newsgroups: comp.protocols.kermit.misc
  7. Subject: Re: Another set key problem
  8. Message-ID: <1996Feb29.104110.75439@cc.usu.edu>
  9. Date: 29 Feb 96 10:41:09 MDT
  10. References: <4h2jdu$d2s@uwm.edu>
  11. Organization: Utah State University
  12. Lines: 11
  13.  
  14. In article <4h2jdu$d2s@uwm.edu>, hseaver@alpha1.csd.uwm.edu (Harmon F Seaver) writes:
  15. >    Here's another problem I'm having with set key. For Notis, running on an
  16. > IBM, the backspace key is set to \127. I want it to be an actual destructive
  17. > backspace. \127 is delete, trying to do \8\127 gets me an error message.
  18. > What should it be set to?
  19. -------------
  20.     Whatever the remote host wants it to be. The remote host has to
  21. send bytes to your PC to create the impression of a desctructive erase;
  22. that's not done locally when you press a key. Please contact your system
  23. manager for hints on what Notis wants.
  24.     Joe D.